home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / pmode / 386p_099 / makex.bat < prev    next >
Encoding:
DOS Batch File  |  1994-04-16  |  172 b   |  7 lines

  1. tasm /ml /m2 /q /w2 386power
  2. tasm /ml /m2 /q /w2 386video
  3. tasm /ml /m2 /q /w2 386file
  4. tasm /ml /m2 /q /w2 %1
  5. tlink /3 /x /c /C /Tde 386power 386video 386file %1, %1
  6.  
  7.